home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / moni / Scout-src.readme < prev    next >
Text File  |  2002-05-19  |  4KB  |  118 lines

  1. Short:    System monitor - GNU-GPL source code (V3.0)
  2. Author:   tboeckel@uni-paderborn.de (Thore Böckelmann)
  3. Uploader: tboeckel@uni-paderborn.de (Thore Böckelmann)
  4. Type:     util/moni
  5.  
  6. Requires: Kickstart 2.04, MUI and AmiTCP optional
  7. Language: English (also German guide)
  8.  
  9.  
  10. This is the official continuation of the famous (and fabulous :-)
  11. system monitor from Andreas Gelhausen.
  12.  
  13.  INTRODUCTION
  14. -------------- -- -
  15.  
  16. Scout was originally written by Andreas Gelhausen, starting in 1994.
  17.  
  18. When he decided to leave the Amiga, he gave the source code to Richard Körber in
  19. 1997. He has added some new windows, nice features and nasty bugs. :)
  20.  
  21. He has left the Amiga as well (at least he said that when he released the
  22. source). So as a gift to the Amiga community, Andreas and Richard decided to
  23. make the source code of Scout public.
  24.  
  25. In 2001 I, Thore Böckelmann, took the source of Scout, because many things were
  26. very unpleasant und Scout tended to crash quite often, especially when you had
  27. to look up some things in a hurry.
  28.  
  29. As most of the free software source codes, the source code of Scout is
  30. in an excellent shape. Every single function is commented in English
  31. and has a header that explains the functionality in every single detail.
  32. It will surely be a feast for you to read the code.
  33.  
  34. Well, at least sort of... ;-)
  35.  
  36.  
  37.  
  38.  TO-DO
  39. ------- -- -
  40.  
  41. What you have here, is a the source to the latest released version. You can do
  42. whatever you want to do with it, but I would like to know if you encounter any
  43. bugs (and probably fixes for them, too), so I can include them in my source and
  44. make a new "official" release.
  45.  
  46. Currently I have nothing on my to-do list...
  47.  
  48.  
  49.  
  50.  REQUIREMENTS
  51. -------------- -- -
  52.  
  53. Scout is not suited for Amiga beginners. It makes great demands on your
  54. system, and requires a deep knowledge about the Amiga system and interna.
  55.  
  56. You will need the latest SAS/C package to compile Scout. I don't know
  57. if other C compilers will do as well. Just give it a try. :-)
  58.  
  59. These packages are also required to successfully compile Scout:
  60.  
  61.  * Identify's developer package (AmiNet, my Home Page)
  62.  * MUI developer package (AmiNet)
  63.  * AmiTCP/IP developer package (AFAIK AmiNet) or similar
  64.  
  65. (I hope I didn't forget something.)
  66.  
  67. TexInfo is also required for the documentation.
  68.  
  69. You will also need some free megs on your hard disk and a lot of free RAM.
  70. My 68o6o/50 requires about 6 minutes to compile the entire project.
  71.  
  72.  
  73.  GNU
  74. ----- -- -
  75.  
  76. The GNU General Public License will apply.
  77.  
  78.   Scout - An Amiga System Monitor
  79.   Copyright (C) 1994-2000 Andreas Gelhausen, Richard Körber and Thore Böckelmann
  80.  
  81.   This program is free software; you can redistribute it and/or modify
  82.   it under the terms of the GNU General Public License as published by
  83.   the Free Software Foundation; either version 2 of the License, or
  84.   (at your option) any later version.
  85.  
  86.   This program is distributed in the hope that it will be useful,
  87.   but WITHOUT ANY WARRANTY; without even the implied warranty of
  88.   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  89.   GNU General Public License for more details.
  90.  
  91.   You should have received a copy of the GNU General Public License
  92.   along with this program; if not, write to the Free Software
  93.   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  94.  
  95. For further details, see the COPYING file of this package.
  96.  
  97.  
  98.  ADDRESS
  99. --------- -- -
  100.  
  101. If you want to contact me, you can reach me at one of these addresses:
  102.  
  103.   tboeckel@uni-paderborn.de
  104.   thboeckel@web.de
  105.  
  106. You can write EMails to Richard Körber, too, but he stopped the development:
  107.  
  108.   rkoerber@gmx.de
  109.   shred@shredzone.de
  110.  
  111. Please don't contact me if you want me to put some improvements to the
  112. source code. Also, don't ask me newbie questions. I am quite busy and
  113. don't have the time to answer to minor problems and RTFM stuff. :)
  114.  
  115. Also, visit Richard's home page at:
  116.  
  117.   http://www.shredzone.de
  118.